Skip to content

PolyMathOrg/random-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyMath

[PolyMath: Random Numbers]

Scientific Computing with Pharo
Explore the docs »

Report a defect | Request feature

CI Coverage Status Pharo version Pharo version Pharo version

Project to provide different random number generators for the Pharo programming language

Installation

To install this project on your Pharo image, execute the following script:

Metacello new
	githubUser: 'PolyMathOrg' project: 'random-numbers' commitish: 'v1.x.x' path: 'src';
	baseline: 'MathRandomNumbers';
	load

To add TinyLogger to your baseline:

spec
	baseline: 'MathRandomNumbers'
	with: [ spec repository: 'github://PolyMathOrg/random-numbers:v1.x.x/src' ]

Note you can replace the #master by another branch such as #development or a tag such as #v1.0.0, #v1.? or #v1.2.? .

Quick start

TODO

Smalltalk versions compatibility

Version Compatible Pharo versions
1.x.x Pharo 90, 10, 11