Skip to content

Instantly share code, notes, and snippets.

@MathisHammel
Created May 7, 2021 12:13
Show Gist options
  • Save MathisHammel/3409289fb9f4f86e403b867e941f39fd to your computer and use it in GitHub Desktop.
Save MathisHammel/3409289fb9f4f86e403b867e941f39fd to your computer and use it in GitHub Desktop.
participants = '''@Greglimo1
@maxencedevigne
@z3gh0st
@4quatre4quatre
@YavuzSonmez_
@Tek_7987
@Maskott6
@corsicajack
@SmxPlayer
@le_jop
@AmanAtao
@R3d_Nico
@SDesohi
@0xThaz
@Ekk0x00
@Finite_impulse
@drac214
@jamal972
@AurelOtel
@LStephou
@louis_kappa
@fifoudu067
@thomasyves16
@Alex3378_
@FlorentBonnet2
@titnounourse
@sltcmoshii
@ElQuatroo
@th3f0r31gn3r
@jerome_lefebvre
@JeanVivine
@begalain
@snyper30
@happostroph
@LCBO_69
@0x11e
@GeromeReynold
@T0t0r04
@thao_smn
@seb_gandossi
@LeDoubleTake
@thefiendrouen
@NoGameNoLiiife
@RogueSteveNC
@AD75836661
@MorpheusH3x
@hiippiiie
@ProcessusT
@BonoboPichan
@mlachere
@_pascalsun
@EtLelay
@xanhacks
@ninja0x01
@onosh__
@HHUG0
@Anto1375
@Maelkior
@looktiretdu8
@bragames2
@LecarpentierAn3
@sKillseries
@LucasSchnell3
@0xItarow
@0xRayxn
@Gaburall
@thbz__
@gsbonnet
@GribHB
@TheApac
@GeekKoding
@yzoug
@_Alkandrys_
@0x_ARK
@CyberTryhard
@Hyrozen_88
@0xSoEasY
@kernoeb
@dyskal
@inc002
@FlorentPrivaut
@FPrivaut
@FlanelGaetan
@Plalmodius
@mika_sec
@Rsifff
@rafjls
@Beche_A_Mel
@yarienkiva
@FallouS36908106'''.splitlines()
import random
participants.sort()
random.seed(''.join(participants))
print(random.choice(participants))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment