https://github.com/polymathorg/random-numbers
Project to provide different random number generators for the Pharo programming language
https://github.com/polymathorg/random-numbers
pharo pharo-smalltalk polymath random random-generation smalltalk
Last synced: 3 months ago
JSON representation
Project to provide different random number generators for the Pharo programming language
- Host: GitHub
- URL: https://github.com/polymathorg/random-numbers
- Owner: PolyMathOrg
- License: mit
- Created: 2023-02-23T12:28:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T21:54:40.000Z (about 2 years ago)
- Last Synced: 2025-02-18T11:13:56.436Z (4 months ago)
- Topics: pharo, pharo-smalltalk, polymath, random, random-generation, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
[PolyMath: Random Numbers]
Scientific Computing with Pharo
Explore the docs »
Report a defect
|
Request feature
[](https://github.com/PolyMathOrg/random-numbers/actions/workflows/continuous.yml)
[](https://coveralls.io/github/PolyMathOrg/random-numbers?branch=main)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)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:
```Smalltalk
Metacello new
githubUser: 'PolyMathOrg' project: 'random-numbers' commitish: 'v1.x.x' path: 'src';
baseline: 'MathRandomNumbers';
load
```To add TinyLogger to your baseline:
```Smalltalk
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 |