Skip to content

Conversation

benrimmington
Copy link
Contributor

SwiftPrivate/PRNG.swift:

@airspeedswift
Copy link
Member

@swift-ci please test

@benrimmington benrimmington force-pushed the remove-the-global-mt19937 branch from a4b5822 to c8531a5 Compare July 6, 2018 02:32
@benrimmington benrimmington force-pushed the remove-the-global-mt19937 branch 5 times, most recently from e195f8c to e29c063 Compare July 10, 2018 11:57
SwiftPrivate/PRNG.swift:

- currently uses `theGlobalMT19937`;
- previously used `arc4random` (see swiftlang#1939);
- is obsoleted by SE-0202: Random Unification.
@benrimmington benrimmington force-pushed the remove-the-global-mt19937 branch from e29c063 to 2f326bc Compare August 1, 2018 12:05
@benrimmington
Copy link
Contributor Author

@lorentey Please take another look at this if you can.

I've added the LinearCongruentialGenerator since your last review.

@lorentey
Copy link
Member

lorentey commented Aug 1, 2018

Sorry about the delay!

@swift-ci test

@lorentey lorentey merged commit 7b7488d into swiftlang:master Aug 1, 2018
@benrimmington benrimmington deleted the remove-the-global-mt19937 branch August 1, 2018 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants