import 'dart:math'; main() { final intRandom = new Random(); print('Int random: ${intRandom.nextInt(100)}'); }