about summary refs log tree commit diff stats
path: root/apps/random
Commit message (Collapse)AuthorAgeFilesLines
* 6703 - new types: code-point and graphemeKartik Agaram2020-08-021-0/+0
| | | | | | | | | | Both have the same size: 4 bytes. So far I've just renamed print-byte to print-grapheme, but it still behaves the same. I'm going to support printing code-points next, but grapheme 'clusters' spanning multiple code-points won't be supported for some time.
* 5522 - example app: random number streamKartik Agaram2019-08-201-0/+0
Turns out Mu's kernel isn't populating /dev/random correctly.