rschnapp / BusMan

Android app uses NFC tags to maintain a passenger manifest
Apache License 2.0
29 stars 12 forks source link

Message randomness is poor #2

Closed rschnapp closed 8 years ago

rschnapp commented 9 years ago

It seems that consecutive, closely-timed arrivals are often greeted with the same greeting message. Check the message selection randomizer to make sure it isn't somehow re-seeding the RNG each time.

rschnapp commented 8 years ago

This has been fixed by preventing the same message from being used consecutively.