ISAAC
This commit is contained in:
parent
eb16124d57
commit
2bc4e2f469
|
@ -211,6 +211,10 @@ ___
|
|||
**Desirable skills:** Pseudo-Random number generation theory, C programming.
|
||||
|
||||
**Description:**
|
||||
|
||||
The Nimrod standard library currently lacks a native pseudorandom number generator and relies on the C ``rand`` function. This project requires you to write an implementation of the [[ISAAC Pseudorandom Number Generator|http://burtleburtle.net/bob/rand/isaacafa.html]] purely in Nimrod.
|
||||
|
||||
**Tasks**:
|
||||
* Create a pure-nimrod implementation of the [[ISAAC Random Number Generator|http://burtleburtle.net/bob/rand/isaacafa.html]] .
|
||||
|
||||
**Difficulty:** Medium
|
||||
|
|
Loading…
Reference in New Issue